home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / GAMECARD / PCJ200.LZH / JIG.DOC < prev    next >
Text File  |  1991-10-15  |  15KB  |  300 lines

  1.     ___________________________________________________________________
  2.     |                                                                 |
  3.     |  ALIVE SOFTWARE Presents                                        |
  4.     |                            P C - J I G S A W                    |
  5.     |                                                                 |
  6.     |  PC-JIGSAW is an educational game of skill and intelligence.    |
  7.     |  It starts out by drawing an image on the screen and then it    |
  8.     |  shuffles around the pieces.  The object of the game is to      |
  9.     |  assemble the pieces to match the original image on the screen. |
  10.     |  PC-JIGSAW 2 features : Keyboard or mouse support, easy menu    |
  11.     |  operation, 5 Levels of difficulty, print option, music, score- |
  12.     |  keeping, includes a few jigsaw puzzles.                        |
  13.     |  This program works with all of the major PC graphics cards.    |
  14.     |                                                                 |
  15.     |  PC-JIGSAW is distributed as Shareware: if you like the program,|
  16.     |  then please become a registered user.  Print or list file      |
  17.     |  REGISTER.DOC for registration benefits and more information.   |
  18.     |  Even if you chose not register this program for right now,     |
  19.     |  feel free to continue using it and pass it on to your friends. |
  20.     |                                                                 |
  21.     |_________________________________________________________________|
  22.  
  23.                                  INDEX
  24.  
  25.           1...............   COPYRIGHT NOTICE
  26.           2...............   DISCLAIMER, DISTRIBUTION AND PROGRAM CONTENT
  27.           3...............   GETTING STARTED
  28.           4...............   SYSTEM REQUIREMENTS AND OPTIONS
  29.           5...............   OPERATION
  30.           6...............   DOCUMENTATION
  31.           7...............   PC JIGSAW PUZZLE REGISTRATION BENEFITS
  32.  
  33.    1.                   COPYRIGHT NOTICE
  34.  
  35.       The PC-JIGSAW source code, object code, library images and manuals
  36.       on paper or on disk, are (C) copyright 1990 by ALIVE SOFTWARE.
  37.       Concept and Design of this program by Bill Dedes 1988.
  38.  
  39.    2.           DISCLAIMER, DISTRIBUTION AND PROGRAM CONTENT
  40.  
  41.       2.1 DISCLAIMER
  42.  
  43.       This program is provided "as is" and it is without warranty of any
  44.       kind that it will work correctly in any or all situations.  No
  45.       liability shall be assumed for direct or consequential damage caused
  46.       by the use of this software.  The only claim ALIVE SOFTWARE makes is
  47.       that there are no intentional bugs or fatal errors in any original
  48.       copy of the program that you received directly from ALIVE SOFTWARE .
  49.  
  50.       2.2 PROGRAM CONTENTS :  You should have the following files.
  51.  
  52.          1.   ALIVE.DOC       Text, Other ALIVE SOFTWARE programs
  53.          2.   JIG.EXE         PC-JIGSAW version 2 Program
  54.          3.   JIG.DOC         Text, Documentation ( This file )
  55.       4 - 7   DANCER.GRF, DOG.GRF, HYDRA.GRF, JIGSAW.GRF. Image files
  56.          8.   README.DOC      Text, Last minute information
  57.          9.   REGISTER.DOC    Text, Registration form.
  58.  
  59.                                Page 1 of 5
  60.  
  61.  
  62.       2.3  DISTRIBUTION :   Distribution of this program is encouraged
  63.       as long as the following Shareware principles are observed :
  64.       All of the above mentioned 9 files should be included in the
  65.       distributed disk and should not be altered in any way. ALIVE
  66.       SOFTWARE authorizes the distribution ONLY of the 9 above mentioned
  67.       files. Any additional GRF Image files will be distributed only to
  68.       registered users exclusively and directly by ALIVE SOFTWARE.
  69.  
  70.    3.                        GETTING STARTED
  71.       3.1                  Playing from  Floppy Disk
  72.       To load the PC-JIGSAW program, insert the program disk in drive A
  73.       and at the A prompt type JIG <return>.
  74.  
  75.       3.2                   Playing from a Hard Disk
  76.       The installation on a Hard disk simply involves creating a directory
  77.       and copying all files from the floppy disk to that directory of the
  78.       Hard disk.  The following example assumes your Hard Disk is C and
  79.       your Floppy is Drive A. Type the following :
  80.        C:                         ( Change current drive to C     )
  81.        MD C:\JIG                  ( Create JIG subdirectory       )
  82.        CD C:\JIG                  ( Change directory              )
  83.                                   ( Insert floppy disk in drive A )
  84.        COPY A:\*.*  C:\JIG        ( Copy files to Hard disk       )
  85.  
  86.    4.                  SYSTEM REQUIREMENTS AND OPTIONS
  87.  
  88.       COMPUTER :  IBM/PC, XT, AT or compatibles, 256K, Mouse is optional.
  89.       DISPLAY  :  CGA or TANDY, MCGA, EGA/VGA color, EGA MONO and HERCULES
  90.  
  91.       OPTIONS :  Even though the program detects your system
  92.       configuration and sets up the  program accordingly, you can still
  93.       override this feature.  You do this by typing one of the following
  94.       switches after you typed JIG :
  95.                  C          CGA   320 x 200  Color  ( Default )
  96.                  G          CGA   640 x 200  Monochrome
  97.                  E          EGA   640 x 350  Color
  98.                  H     HERCULES   720 x 348  Monochrome
  99.                  J    for Laptops ( cursor becomes easier to see )
  100.                  L     64K -EGA   640 x 200  Color
  101.                  M          MCGA  640 X 200  Monochrome ( Default )
  102.                  Q          MCGA  640 X 480  Monochrome
  103.                  N     MONO-EGA   640 x 350  Monochrome
  104.                  V          VGA   640 x 350  Color
  105.                  K                disables access to mouse.
  106.                  P                disables access to second graph page.
  107.                  S     Enables systems that are not 100% IBM compatible
  108.                        to run the program.
  109.  
  110.        *   example 1 : if you have an EGA card and you want to force the
  111.            program to CGA color just type: JIG C, at the DOS prompt.
  112.  
  113.        *   example 2 : if your CGA is monochrome use  JIG G , to get
  114.            higher resolution.
  115.  
  116.        *   example 3 : If you have any problem with the mouse due to
  117.            compatibility issues just type : JIG  K  to disable it.
  118.  
  119.                                Page 2 of 5
  120.  
  121.  
  122.    5.                           OPERATION
  123.  
  124.     GENERAL :  The program will detect your display card and will auto-
  125.        adjust the graphics.  It will also sense if there is a mouse
  126.        attached. If you plan to use the mouse, the mouse driver must be
  127.        loaded before running JIG.  From time to time the program will
  128.        display information at the bottom of the screen.
  129.  
  130.     MENUS :  When using the mouse, click on the LEFT button to select
  131.        items , click on the RIGHT button to exit from the menu or to call
  132.        the main menu.  When using the keyboard , use the arrow keys to
  133.        move around, press the <SPACEBAR> or the <ENTER> key to select
  134.        menu items , press <ESC> to exit from the menu or to call the menu.
  135.  
  136.      .......
  137.   TO START :   At the DOS prompt type JIG followed by <ENTER>.
  138.        Press any key or mouse button to start.
  139.        **   Note that GRF Image files must be present at your current
  140.        disk and directory.
  141.  
  142.     ........
  143.     IMAGES :   Then select one GRF Image file from the IMAGES menu.
  144.        Finally select START from main menu to begin playing the PC-JIGSAW
  145.        After you assemble the puzzle, you can select another Image.
  146.     .......
  147.     PCX   :    The Registered version of PC-JIGSAW will read PCX files in
  148.        any of the above mentioned graphics modes (see chapter 4 under
  149.        OPTIONS).  The PCX option allows registered users to make up their
  150.        own Jigsaw puzzles in the popular PCX graphics format by :
  151.        A) creating pictures through PAINT or DESK-TOP programs
  152.           supporting PCX files or
  153.        B) creating pictures using a SCANNER or a VIDEO GRABBER supporting
  154.           PCX files or
  155.        C) by simply using existing PCX files.
  156.  
  157.     ........
  158.     LEVEL  :   Changes the level of complexity by making the PC-JIGSAW
  159.        pieces smaller or larger. Lowest mode is 3 X 3 = 9 pieces, highest
  160.        mode is 9 X 9 = 81 pieces.
  161.     ........
  162.     HELP   :   There is on line help that reminds you of the basic
  163.        commands of the PC-JIGSAW.  Just select HELP from the main menu.
  164.     ........
  165.     SOUND  :   Turns on or off the sound effects and music. When SOUND is
  166.        on you will hear a sound every time a Jigsaw piece is moved in its
  167.        correct position.
  168.  
  169.     ........
  170.     MOUSE  :  Turns on or off the mouse. Use JIG K to disable mouse access.
  171.  
  172.     ........
  173.     PRINT  :   PC-JIGSAW currently supports EPSON compatible printer in
  174.       parallel ports LPT1 or LPT2.  It prints only the black outline of the
  175.       image, therefore the printed results of your own PCX pictures may vary.
  176.       Printed puzzles make nice coloring pictures for children. Make sure
  177.       that your printer is ON and ON LINE when selecting the PRINT option.
  178.  
  179.                                  Page 3 of 5
  180.  
  181.     ........
  182.     QUIT   :   Allows you to return to DOS.
  183.  
  184.  
  185.     SCORE  :  The score is based on how many pieces you moved to get the
  186.       puzzle solved and how many times you viewed the puzzle.  The fewer
  187.       pieces you moved, and the fewer times you viewed the puzzle the
  188.       better score you will get.  You start out with 1000 points.  Whenever
  189.       you move a piece to a wrong position, 10 points are subtracted from
  190.       your current score.
  191.       You are allowed to VIEW the puzzle the first 3 times without any
  192.       penalty, after that, 10 points are subtracted every time you VIEW, so
  193.       VIEW only when needed. ( No points are subtracted for VIEWing when
  194.       playing at the KID's level ).  The game status will be reported at the
  195.       bottom of the screen.   Also when the puzzle is solved, the Level and
  196.       Score will appear in large letters at the top of the screen
  197.  
  198.     VIEW   :   You may view the original Image, at any time, by pressing
  199.       the V key.  If you have a 3 button mouse press the middle button,
  200.  
  201.     MUSIC  :  When music is playing you may press any key or hold down a
  202.       mouse button to cancel it.
  203.  
  204.                   Tips for children and novice IBM PC users.
  205.  
  206.     We created this program knowing that children as young as 3 years old
  207.     will be using it.  The challenge was, how to create a simple to use
  208.     program without sacrificing flexibility and options for more advanced
  209.     PC users.  Here are two very simple rules for novice PC users.
  210.  
  211.      1) When using the mouse, use only the LEFT button to play and select
  212.         from the menus.  If your mouse has 3 buttons, then use the middle
  213.         one to view. If you have a 2 button mouse use the V key to view.
  214.  
  215.      2) When using the keyboard simply use the <spacebar> to play and
  216.         select from the menus. Use the arrows to move around and finally
  217.         use the V key to view the original puzzle.
  218.  
  219.     After novice users have become familiar with the above simple
  220.     operation, they may try using the RIGHT mouse button or the <ESC> key
  221.     to gain access to all of the PC-JIGSAW options.
  222.  
  223.     Another tip :  If you want to verify if a Jigsaw piece is at its
  224.                    correct position, double click the LEFT Button and
  225.     listen for the beep sound that confirms the position.  If you are
  226.     using the keyboard press the <spacebar> twice and listen for the beep.
  227.  
  228.     6.                 DOCUMENTATION  AND ACKNOWLEDGEMENTS
  229.  
  230.     If you have a printer, then please print out and read documentation
  231.     file JIG.DOC.  This file can be printed out by simply typing :
  232.     COPY JIG.DOC PRN  at the DOS prompt.
  233.     The opening music theme is "The flight of the Bumble Bee" by Rimsky
  234.     Korsakov.  The music playing after you solved the puzzle is
  235.     "When Johnny comes Marching Home" by Patrick Sarsfield Gilmore.
  236.     Portions are (c) copyright by Genus microprogramming.
  237.  
  238.                                 Page 4 of 5
  239.  
  240.  
  241.    7.                PC - JIGSAW PUZZLE  REGISTRATION BENEFITS
  242.  
  243.    PC-JIGSAW is distributed as Shareware: if you like the program,
  244.    please become a registered user .  Print and read file REGISTER.DOC
  245.    for more information on how to register.
  246.  
  247.    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  248.    *                                                                     *
  249.    *  +  You will receive the latest version of this program.            *
  250.    *  +  Technical support .  Registered users Please write to :         *
  251.    *     ALIVE SOFTWARE                                                  *
  252.    *     Or you may send Electronic mail to the programmer, Bill Dedes   *
  253.    *      at PRODIGY     .... ID   #  RGCP92A                            *
  254.    *  + You will receive more free shareware from ALIVE SOFTWARE         *
  255.    *  + The Registered version will read PCX graphic files, so you can   *
  256.    *    create your very own Jigsaw puzzles.                             *
  257.    *                                                                     *
  258.    *  + THE MOST IMPORTANT BENEFIT is that                               *
  259.    *  There are a lot more Image files for the PC-JIGSAW, available ONLY *
  260.    *  through ALIVE SOFTWARE.  You will receive the following puzzles    *
  261.    *                                                                     *
  262.    *  DISK # 1  MYTH and FANTASY ( DANCER.GRF and HYDRA.GRF are samples) *
  263.    *    DANCER, EGYPTIAN, GENIE, GUARDIAN, HARPS, HYDRA, JIGSAW, KABUKI, *
  264.    *    KERBEROS, PEGASUS, TYPHON.                                       *
  265.    *                                                                     *
  266.    *  DISK  # 2  ANIMALS  ( DOG.GRF is a sample  ) contains following :  *
  267.    *    AQUARIUM, BULL, DINOSAUR, DOG, EAGLE, ELEPHANT, FROGS, LOBSTERS, *
  268.    *    MAMMOTH, MONKEYS, OCEAN, PIGEON, REDBIRD, SHARK, SHEEP.          *
  269.    *                                                                     *
  270.    *  Also included in disk # 2 is a sample for our 3 new collections :  *
  271.    *  for young children CARTOONS, for older children and adults         *
  272.    *  EDUCATION and for adults the challenging MASTER collection.        *
  273.    *  A total of 29 colorful puzzles, available for registered users     *
  274.    *  only                                                               *
  275.    *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
  276.  
  277.  
  278.    Please print and read file ALIVE.DOC for a list of other ALIVE SOFTWARE
  279.    programs.
  280.  
  281.  
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.  
  295.  
  296.  
  297.                                  Page 5 of 5
  298.  
  299.  
  300.